﻿
/*官网样式---公用样式*/
.w1920{
	width: 1920px;
	margin: 0 auto;
}
.w1140{
	width: 1140px;
	margin: 0 auto;
}
.w1300{
	width: 1300px;
	margin: 0 auto;
}
.w1075{
	width: 1075px;
	margin: 0 auto;
}
.w910{
	width: 910px;
	margin: 0 auto;
}
.no-margin{
	margin: 0;
}
.m140{
	margin-bottom: 172px;
}
.fr{
	float: right;
}
.fl{
	float: left;
}
.h660{
	height: 660px;
	overflow: hidden;
}
.h900{
	height: 900px;
}
.h800{
	height: 800px;
	overflow: hidden;
	background-color: #f7f7f7;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.h800 .fc-bgSet .li{
	/*height: 800px;*/
}
.w1170 {
	min-width: 1170px;
}
/*焦点图*/
.index-banner{
	height: 800px;
	/*background-color: #2b719e;*/
	/*background-color: #1b1f55;*/
	width: 100%;
	position: relative;
	overflow: hidden;
}
.index-banner-img{
	height: 800px;
	overflow: hidden;
}
.index-banner-img li{
	float: left;
}

/*轮播图上的三角形*/
.index-banner-flex-btn{
	position: absolute;
	top: 300px;
	left: 0;
	width: 100px;
	height: 200px;
	line-height: 200px;
	text-indent: 14px;
	color: #fbedb1;
	font-size: 14px;
	background: url(css_images/flexArrow.png) center center no-repeat;
}
/*三角形上的弹出和收起*/
.index-banner-flex-btn span{
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -32px;
	width: 64px;
	height: 64px;
	background: url(css_images/icons.png) 0 0 no-repeat;
	cursor: pointer;
}
.index-banner-flex-btn span:hover{
	background: url(css_images/icons.png) 0 -64px no-repeat;
}
.banner03-btn{
	position: absolute;
	right: 50%;
	margin-right:-200px;
	top: 420px;
	display: block;
	width: 150px;
	height: 48px;
	opacity: 0.8;
	background: url(css_images/banner03-btn.png) no-repeat;
}
.banner03-btn:hover{
	opacity: 1;
}
/*左右按钮*/
.index-banner-arrow-left{
	position: absolute;
	top: 360px;
	left: 150px;
	width: 32px;
	height: 64px;
	background: url(css_images/icons.png) -160px -128px no-repeat; 
	cursor: pointer;
}
.index-banner-arrow-right{
	position: absolute;
	top: 360px;
	right: 150px;
	width: 32px;
	height: 64px;
	background: url(css_images/icons.png) -192px -128px no-repeat;
	cursor: pointer; 
}
/*banner 圆点*/
.index-banner-circle{
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}
.index-banner-circle li{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	/*background-color: #4b3075;*/
	background-color: #fff;
	margin: 0 10px;
}
.index-banner-circle .active{
	background-color: #9a8bb2;
}

.big-ewm{
	display: none;
	position: absolute;
	top: 32%;
	left: 47.7%;
	margin-left: -525px;
	height: 274px;
	width: 260px;
	background: url(css_images/dimension.png) center center no-repeat;
	background-size: cover;
	 -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
	z-index: 10;
	transition:0.5s;
}
.ewm-word{
	position:absolute;
	width:100%;
	bottom: 0;
	left: 0;
	line-height: 20px;
	color: #81878c;
	font-size: 16px;
	text-align: center;
	padding-bottom:20px; 
}
.small-ewm{
	/*display: inline-block;*/
	z-index:12;
	position: absolute;
	height: 60px;
	width: 60px;
    top: 471px;
    left: 47.7%;
    margin-left: -295px;
	/*background: url(css_images/icons.png) -66px -66px no-repeat;*/
	/*border-radius: 30px;
	border:2px solid #2a2366;*/
	cursor: pointer;
	opacity: 0.25;
	filter: alpha(opacity=25);
}
.small-ewm:hover{
	opacity: 1;
}
.big-ewm:hover ~ .small-ewm{
	opacity: 1;
}
.header-video-fake{
	position: absolute;
    top: 233px;
    left: 50%;
    margin-left: 38px;
    /* margin-right: -10%; */
    width: 448px;
    height: 336px;
    cursor: pointer;
}

.header-video-btn{
	position: absolute;
	top: 355px;
    left: 50%;
    margin-left: 218px;
	width: 88px;
	height: 88px;
	opacity: 0.8;
	z-index: 2;
	cursor: pointer;
}
.header-video-fake:hover .header-video-btn{
	opacity: 1;
}
.ydh-head-video{
	display: none;
	position: fixed;
    height: 100%;
    width: 100%;
	top: 0;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,0.7);
	z-index: 1000;
}
.ydh-head-video .ydh-head-video-content{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -227px;
    margin-left: -378px;
    width: auto;
    height: auto;
}
/*市场推广页*/
.marketing-promotion{
	/*display: none;*/
	position: absolute;
	top: 0;
	left: -100%;/*从左弹出，从左收回*/
	/*right: 0;*/
	z-index: 2000;
	height: 800px;
	width: 100%;
	/*background: url(css_images/promotion_01.png) center center no-repeat;*/
}
.marketing-promotion .img{
	display:block;
	width: 100%;
	height: 800px;
}
.marketing-promotion .img-con{
	min-width:1170px;
	margin:0 auto;
}

/*首页面弹出及关闭*/
.marketing-btn{
	position: absolute;
	left: 30px;
	top: 50%;
	width: 96px;
	height: 128px;
	margin-top: -64px;
	background-color: #fff;
	background: url(css_images/icons.png) 0 -448px no-repeat; 
	cursor: pointer;
}
.marketing-btn:hover{
	background: url(css_images/icons.png) 0 -576px no-repeat; 
}
/*最新公告*/
.news-area{
	background-color: #f0f0f0;
	height: 90px;
}
.news-area .w1140{
	margin: 0 auto;
}
.new-notice-wrapper{
	position: relative;
	height: 26px;
	top: 32px;
	overflow: hidden;
}
.new-notice{
	position: absolute;
	top: 0;
	/*text-align: center;*/
	font-size: 14px;
	color: #81878c;
	width: 100%;
}
.new-notice li{
	width:650px;
	height: 26px;
	margin:0 auto;
	line-height: 26px;
	text-align: left;
}
.news-detail{
	margin-left: 20px;
}
.new-notice .news-type{
	float: left;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	width: 80px;
	background-color: #009CDE;
	border-radius: 4px;
	margin-right: 16px;
}
.new-notice .news-title{
	float: left;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	width:440px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new-notice .news-link{
	float: left;
	display: inline-block;
	height: 26px;
	line-height: 26px;
}
/*易订货介绍*/
.ydh-info{
	padding-top: 100px;
	text-align: center;
	font-size: 14px;
	color: #81878c;
	background-color: #fff;
}
.ydh-info h2{
	font-size: 46px;
	color:#444;
	margin-bottom: 40px;
}
.ydh-info p{
	line-height: 25px;
	font-size: 16px;
}
	/*视频介绍*/
.ydh-info-vedio{
	width: 757px;
	height: 455px;
	/*background-color: #f7f7f7;*/
	margin: 40px auto 90px;
}
/*小易视频播放*/
.ydh-index-video{
	position: static;
	display: block;
	width: 757px;
	height: 455px;
	margin: 0;
}
.ydh-video .video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 3em;
    height: 3em;
    width: 3em;
    top: 50%;
    left: 50%;
    margin-left: -1.5em;
    margin-top: -1.5em;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    border:0;
     background: rgba(0, 0, 0, .5);
}
.ydh-video .video-js .vjs-big-play-button:before{
	font-size:1.5em;
}
.ydh-video  .video-js:hover .vjs-big-play-button, .ydh-index-video .video-js .vjs-big-play-button:focus{
	    background: rgba(0, 0, 0, .7);
}
/*.ydh-index-video .vedio-js{
	background-color: #fff;
}
.ydh-index-video .vedio-js .vjs-big-play-button{
	top: 385px;
}*/
.ydh-index-video .video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #fff;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* .ydh-index-video  .video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 385px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}  */
/* .ydh-video{
} */
	/*图标关键点介绍*/
.ydh-info-text{
	padding-bottom: 110px;
	font-size: 15px;
	/*margin-bottom: 112px;*/
	margin-top: 60px;
}
.ydh-info-text dl{
	width: 228px;
	float: left;
	/*text-align: left;*/
	text-align: center;
}
.ydh-info-text .ydh-info-text-icon{
	display: inline-block;
	width: 64px;
	height: 64px;
	vertical-align: middle;
}
.ydh-info-text dt{
	width: 190px;
}
.ydh-info-text .info-title{
	font-size: 22px;
	margin-top: 30px;
	color: #7B7C7C;
}
.manger-order{
	background: url(css_images/icons.png) -128px 0 no-repeat;
}
.manger-order:hover{
	background: url(css_images/icons.png) -128px -64px no-repeat;
}
.manger-customer{
	background: url(css_images/icons.png) -192px 0 no-repeat;
}
.manger-customer:hover{
	background: url(css_images/icons.png) -192px -64px no-repeat;
}
.manger-inventory{
	background: url(css_images/icons.png) -256px 0 no-repeat;
}
.manger-inventory:hover{
	background: url(css_images/icons.png) -256px -64px no-repeat;
}
.manger-sales{
	background: url(css_images/icons.png) -320px 0 no-repeat;
}
.manger-sales:hover{
	background: url(css_images/icons.png) -320px -64px no-repeat;
}
.manger-promotion{
	background: url(css_images/icons.png) -384px 0 no-repeat;
}
.manger-promotion:hover{
	background: url(css_images/icons.png) -384px -64px no-repeat;
}
.ydh-info-text dl dt{
	height: 58px;
	line-height: 58px;
	color: #444444;
	font-size: 24px;
}
.ydh-info-text dl dd{
	width: 190px;
	margin-top: 10px;
	line-height: 25px;
	font-size: 14px;
}

/*模拟角色介绍*/
.ydh-info-roles{
	height: 533px;
	overflow: hidden;
	 -ms-behavior: url(backgroundsize.min.htc);
    behavior: url(backgroundsize.min.htc);
}
.roloes-pic-wrapper .roles1{
	background: url(css_images/iam_boss.png) center center no-repeat;
}
.roloes-pic-wrapper .roles2{
	background: url(css_images/iam_xs.png) center center no-repeat;
}
.roloes-pic-wrapper .roles3{
	background:url(css_images/iam_cw.png) center center no-repeat;
}
.roloes-pic-wrapper .roles4{
	background: url(css_images/iam_IT.png) center center no-repeat;
}
.roloes-pic-wrapper .roles5{
	background: url(css_images/iam_dd.png) center center no-repeat;
}
.roles-detail-con{
	min-width:1960px;
}
@media screen and (max-width: 1370px) {
	.roloes-pic-wrapper .ydh-info-roles{
		height:500px;
		background-size:1800px;
	}
	.roles-detail-con{
		min-width:1360px;
	}
}
@media screen and (max-width: 1300px) {
	.roloes-pic-wrapper .ydh-info-roles{
		height:500px;
		background-size:1750px;
	}
	.roles-detail-con{
		min-width:1280px;
	}
		
}
@media screen and (max-width: 1200px) {
	.roloes-pic-wrapper .ydh-info-roles{
		height:470px;
		background-size:1700px;
	}
	.roles-detail-con{
		min-width:1140px;
	}
}
@media screen and (max-width: 1024px) {
	.roloes-pic-wrapper .ydh-info-roles{
		height:470px;
		background-size:1700px;
	}
	.roles-detail-con{
		min-width:1140px;
	}
}

.ydh-info-roles .roles-detail{
    position: relative;
    padding-top: 80px;
    width:50%;
    float: left;
    text-align:center;
	color: #fff;
}
.ydh-info-roles .roles-detail img{
	margin-bottom: 20px;
}
.ydh-info-roles .roles-detail h4{
	font-size: 24px;
	margin-bottom: 15px;
}
.ydh-info-roles .roles-detail .roles-detail-btn{
	color: #fff;
	display: inline-block;
	margin-top: 45px;
	padding: 15px 50px;
	-webkit-border-radius: 78px; 
	-moz-border-radius: 78px; 
	-ms-border-radius: 78px; 
	-o-border-radius: 78px; 
	border-radius: 78px; 
	border:2px solid #57e5e1;
	font-size: 16px;
}
.ydh-info-roles .roles-xs-detail .roles-detail-btn{
	border:2px solid #FBAA9E;
}
.ydh-info-roles .roles-cw-detail .roles-detail-btn{
	border:2px solid #FDD053;
}
.ydh-info-roles .roles-it-detail .roles-detail-btn{
	border:2px solid #4EB3D9;
}
.ydh-info-roles .roles-dd-detail .roles-detail-btn{
	border:2px solid #4ED69E;
}

.ydh-info-roles-btn{
	height: 160px;
	overflow: hidden;
	/*line-height: 160px;*/
}
.ydh-info-roles-btn-width{
	max-width: 1350px;
    margin: 0 auto;
    position: relative;
}
.ydh-info-roles-btn-width.ydh-info-roles-btn ul li{
    width: 20%;
}
.ydh-info-roles-btn-wrapper{
	/*width: 100%;*/
	/*float: left;*/
	/*background-color: #f00;*/
}
.ydh-info-roles-btn-width .btn-box{
	width: 100%;
	height: 160px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.ydh-info-roles-btn-width .btn-box ul{
	width: 100%;
	float: left;
}
.w1430{
	width: 1350px;
	margin: 0 auto;
	position: relative;
}
.ydh-info-roles-btn ul li{
	float: left;
	text-align: left;
	margin-top: 35px;
	cursor: pointer;
	font-size: 22px;
	color: #999;
	text-align: center;
}
.ydh-info-roles-btn ul .roles-active{
	color: #00B8CE;
}
.ydh-info-roles-btn .ydh-info-roles-icon{
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 10px;
}
.roles-boss{
	background: url(css_images/icons.png) 0 -128px no-repeat;
}
.roles-sales{
	background: url(css_images/icons.png) -32px -128px no-repeat;
}
.roles-finance{
	background: url(css_images/icons.png) -64px -128px no-repeat;
}
.roles-it{
	background: url(css_images/icons.png) -96px -128px no-repeat;
}
.roles-order{
	background: url(css_images/icons.png) -128px -128px no-repeat;
}
.ydh-info-roles-btn ul .active0{
	color: #00B8CE;
}
.ydh-info-roles-btn ul .active0 .ydh-info-roles-icon{
	background: url(css_images/icons.png) 0 -160px no-repeat;
}
.ydh-info-roles-btn ul .active1{
	color: #F96659;
}
.ydh-info-roles-btn ul .active1 .ydh-info-roles-icon{
	/*color: #F96659;*/
	background: url(css_images/icons.png) -32px -160px no-repeat;
}
.ydh-info-roles-btn ul .active2{
	color: #F3990C;
}
.ydh-info-roles-btn ul .active2 .ydh-info-roles-icon{
	/*color: #F3990C;*/
	background: url(css_images/icons.png) -64px -160px no-repeat;
}
.ydh-info-roles-btn ul .active3{
	color: #0570D8;
}
.ydh-info-roles-btn ul .active3 .ydh-info-roles-icon{
	/*color: #0570D8;*/
	background: url(css_images/icons.png) -96px -160px no-repeat;
}
.ydh-info-roles-btn ul .active4{
	color: #0CC170;
}
.ydh-info-roles-btn ul .active4 .ydh-info-roles-icon{
	/*color: #0CC170;*/
	background: url(css_images/icons.png) -128px -160px no-repeat;
}
@media screen and (max-width: 1370px) {
	.ydh-info-roles .roles-detail .roles-detail-btn{
		margin-top:45px;
	}
}
@media screen and (max-width: 1300px) {
	.ydh-info-roles .roles-detail .roles-detail-btn{
		margin-top:35px;
	}
}
@media screen and (max-width: 1200px) {
	.ydh-info-roles .roles-detail .roles-detail-btn{
		margin-top:27px;
	}
}



/*最热行业案例*/
.business-case {
	height: 900px;
	background: url(css_images/4.jpg) center center no-repeat;

}
.business-case .business-case-big li{
	float: left;
	position: relative;
	width: 25%;
	height: 400px;
	overflow: hidden;
}
.business-case .business-case-small li{
	position: relative;
	width: 12.5%;
	height: 200px;
	overflow: hidden;
	float: left;
}
.business-case .business-case-small .more{
	background-color: #fecb2f;
}
.business-case .business-case-small .more:hover{
	background-color: #fff;
}
.business-case .business-case-small .more a{
	font-size: 34px;
	color: #444;
	display: inline-block;
	margin-top: 63px;
	line-height: 38px;
	width: 100%;
	text-align: center;
}
.business-case .business-case-small .more a:hover{
	text-decoration: none;
}
.business-case .business-case-big li span,
.business-case-small li span{
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 22px;
}
.business-case h2,
.news-reports h2,
.ydh-bg h2,
.ydh-users-said h2{
	text-align: center;
	height: 200px;
	line-height: 200px;
	font-size: 46px;
	color: #fff;
}
.news-reports h2{
	height: 140px;
	line-height: 140px;
	padding-top:30px; 
}
.business-case-tab{
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	height: 600px;
	background-color: #ccc;

}
 .business-case-tab img{
 	-webkit-transition: all .8s ease 0s;
 	-moz-transition: all .8s ease 0s;
 	-ms-transition: all .8s ease 0s;
 	-o-transition: all .8s ease 0s;
 	transition: all .8s ease 0s;
 }
 .business-case-tab img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
} 
/*媒体报道*/
.w900{
	width: 900px;
	margin: 0 auto;
}
.news-reports{
	height: 740px;
	background: url(css_images/16.png) center center no-repeat;
}
.news-reports .w1140{
	position: relative;
}
.news-reports h2{
	color: #444;
}
.news-reports-tab{
	height: 520px;
	/*position: relative;*/
	width: 900px;
	margin: 0 auto;
}
.news-reports-banner-wrapper{
	width: 900px;
	height: 300px;
	overflow: hidden;
	position: relative;
}

.banner-prev-btn{
	/*display: none;*/
	position: absolute;
	left: 30px;
	top: 50%;
	background: url(css_images/icons.png) -160px -128px no-repeat;
	width: 32px;
	height: 64px;
	margin-top: -32px;
	z-index: 99;
	cursor: pointer;
	z-index: 2;
}
.banner-next-btn{
	/*display: none;*/
	position: absolute;
	right: 30px;
	top: 50%;
	background: url(css_images/icons.png) -192px -128px no-repeat;
	width: 32px;
	height: 64px;
	margin-top: -32px;
	z-index: 99;
	cursor: pointer;
	z-index: 2;
}
.news-reports-banner{
	position: absolute;
	left: 0;
	top: 0;
	height: 300px;
	width: 2700px;
}
.news-reports-banner li{
	width: 900px;
	height: 300px;
	overflow: hidden;
	float: left;
}
.news-reports-list {
	margin-top: 30px;
}
.news-reports-list li{
	width: 410px;
	float: left;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}
.news-reports-list li a{
	font-size: 14px;
}
.news-reports-list li a:hover{
	color: #00B8D0;
}
.news-reports-list .mr{
	margin-right: 80px;
	text-align: left;
}
.news-reports-list p{
	text-align: right;
	color: #81878c;
	padding-top: 28px;
	font-size: 14px;
}
.news-reports-list p a{
	display: inline-block;
	padding-top: 26px;
}
/*易订货背景*/
.ydh-bg{
	background: url(css_images/yiyunBg.png) center center no-repeat;
}
.ydh-founders{
	height: 840px;
}
.ydh-founders h2{
	height: 160px;
	line-height: 180px;
	padding-top: 20px;
}
.ydh-bg-btn{
	/*width: 618px;*/
	width: 604px;
	height: 35px;
	margin: 0 auto;
	-webkit-border-radius: 309px;
	-moz-border-radius: 309px;
	-ms-border-radius: 309px;
	-o-border-radius: 309px;
	border-radius: 309px;
	cursor: pointer;
	border:1px solid #479dd7;
}
.ydh-bg-btn li{
	width: 200px;
	float: left;
	height: 31px;
	text-align: center;
	line-height: 31px;
	margin-top: 2px;
	margin-left: 1px;
	color: #fff;
	font-size: 16px;
}
.ydh-bg-btn li.active{
	background-color: #f77398;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
.ydh-bg-content{
	height: 395px;
	margin-top: 40px;
	/*background-color: #ccc;*/
}
.ydh-bg-content  ul{
	display: none;
}
.ydh-bg-content .db{
	display: block;
}
.ydh-bg .ydh-bg-content li{
	width: 260px;
	height: 495px;
	background-color: #3087d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
}
.ydh-bg .ydh-bg-content .nm{
	margin: 0;
}
.ydh-bg .ydh-bg-content li dl{
	/*padding: 0 25px;*/
}
.ydh-bg .ydh-bg-content li dt,
.ydh-bg .ydh-bg-content li dd{
	padding: 0 15px;
}
.ydh-bg .ydh-bg-content li dt{
	font-size: 16px;
	color: #fff;
	width: 257px;
	margin: 0 auto;
	padding-top: 19px;
	margin-bottom: 15px;
}
.ydh-bg .ydh-bg-content li dt span{
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}
.ydh-bg .ydh-bg-content li dd{
	font-size: 12px;
	color: #c2e1ff;
	line-height: 22px;
	/*padding: 0 10px;*/
}
.ydh-bg .ydh-bg-content .mt20{
	margin-top: 20px;
}
.ydh-bg .invest li{
	width: 270px;
	background-color: #4799d9;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.ydh-bg .invest{
	margin-top: 52px;
}
.ydh-bg .invest  li{
	background-color: transparent;
}
.ydh-bg .invest .invest-list{
	height: 340px;
	background-color: #4695dc;
	border-top: 2px solid #3846A2;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	position: relative;
}
.ydh-bg .invest .second{
	border-top-color: #00bbd3;
}
.ydh-bg .invest .third{
	border-top-color: #22eab8;
}
.ydh-bg .invest .four{
	border-top-color: #c2dc9a;
}
.ydh-bg .invest .invest-list:after{
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	left: 50%;
	top: 100%;
	margin-left: -22px;
	border: 22px solid transparent;
	border-top-color:#4692dd; 
}

.ydh-bg .invest .invest-title{
	width: 240px;
	padding: 25px 15px 0;
	line-height: 26px;
}
.ydh-bg .invest .invest-info{
	font-size: 14px;
	color: #ffffff;
}
.ydh-bg .invest .invest-logo{
	/*position: */
	text-align: center;
	margin-top: 42px;
}
.ydh-bg .invest span{
	display: block;
	margin-top: 20px;
	color: #fff;
	font-size: 16px;
}
.ydh-bg .partner li{
	width: 380px;
	margin: 0;
	background: transparent;
	text-align: center;
}
.ydh-bg .partner li img{
	margin-top: 154px;
	margin-bottom: 25px;
}
.ydh-bg .partner li p{
	/*margin-top: 30px;*/
	color: #fff;
	font-size: 15px;
}
.ydh-bg .partner .mg{
	margin-top: 182px;
}
.ydh-bg .partner .mt1{
	margin-top: 165px;
}
/*易订货用户说*/
.ydh-users-said{
	/*height: 870px;*/
	height: 577px;
	background-color: #f3f8ff;
	position: relative;
}
.ydh-users-said h2{
	color: #444;
}
.ydh-users-said-content{
	height: 600px;
	/*background-color: #ccc;*/
}
/*企业说*/
.ydh-users-said .ydh-users-said-content{
	height: 280px;
	/*background-color: #00C9E0;*/
	overflow: hidden;
	position: relative;
	/*border:1px solid #333;*/
}
.ydh-users-said .said-list-wrap{
	position: absolute;
	width: 3225px;
	left: 0;
	top: 0;
}
.ydh-users-said .said-list{
	width: 1075px;
	float: left;
}
.ydh-users-said .said-list a{
	color: #81878c;
}
.ydh-users-said .said-list a:hover{
	color: #00B8D0;
}
.ydh-users-said .said-list-item{
	/*width: 1075px;*/
	/*height: 280px;*/
	float: left;
}
.ydh-users-said .said-logo{
	width: 84px;
	height: 84px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin-left: 116px;
	margin-bottom: 35px;
}
.ydh-users-said .logo1{
	background: url(css_images/said_icons.png) -84px -84px no-repeat;
}
.ydh-users-said .logo2{
	background: url(css_images/said_icons.png) 0 -168px no-repeat;
}
.ydh-users-said .logo3{
	background: url(css_images/said_icons.png) -168px 0 no-repeat;
}
.ydh-users-said .logo4{
	background: url(css_images/said_icons.png) 0 -84px no-repeat;
}
.ydh-users-said .logo5{
	background: url(css_images/said_icons.png) 0 0 no-repeat;
}
.ydh-users-said .logo6{
	background: url(css_images/said_icons.png) -168px -84px no-repeat;
}
.ydh-users-said .logo7{
	background: url(css_images/said_icons.png) -84px 0 no-repeat;
}
.ydh-users-said .logo8{
	background: url(css_images/said_icons.png) -84px -168px no-repeat;
}
.ydh-users-said .logo9{
	background: url(css_images/said_icons.png) -168px -168px no-repeat;
}
.ydh-users-said .said-list-item{
	width: 315px;
	float: left;
	margin-right: 65px;
}
.ydh-users-said .nm{
	margin-right: 0;
}
.ydh-users-said .said-name{
	color: #bbbbbb;
	font-size: 14px;
	margin-bottom: 24px;
	text-align:center;
}
.ydh-users-said .said-logo{

}
.ydh-users-said .said-name span{
	/*display: inline-block;*/
	margin-left: 20px;
}
.ydh-users-said .said-list .said-text{
	color: #81878c;
	line-height: 28px;
}
.said-list-btn{
	/*position: absolute;*/
	/*bottom: 300px;*/
	/*left: 47%;*/
	/*z-index: 99;*/
	/*width: 100%;*/
	/*width: 100px;*/
	/*background-color: #333;*/
	/*width: 100%;*/
	text-align: center;
	margin-top: 2px;
}
.said-list-btn li{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #e5e5e5;
	cursor: pointer;
	margin-right: 14px;
	/*margin: 0 14px; */
}
.said-list-btn .active{
	background-color: #81dbe5;
}
